FindResultReplace(Paragraph) Method

Replaces the paragraph containing the match with the specified paragraph. The properties of the replaced paragraph are preserved if the new paragraph has no own properties and PreserveFormatting is true.

Definition

Namespace: Independentsoft.Office.Odf
Assembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
public bool Replace(
	Paragraph paragraph
)

Parameters

paragraph  Paragraph
The Paragraph that replaces the paragraph containing the match.

Return Value

Boolean
true if the paragraph was replaced.

See Also